home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Utilities / MenuCalendarClock-iCal-2.1.1.dmg / MenuCalendarClock iCal.app / Contents / Resources / MenuCalendar.nib / classes.nib next >
Encoding:
Text File  |  2005-11-07  |  5.3 KB  |  145 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = BackgroundedTabView; LANGUAGE = ObjC; SUPERCLASS = NSTabView; }, 
  4.         {
  5.             ACTIONS = {
  6.                 back = id; 
  7.                 buyAction = id; 
  8.                 continueTesting = id; 
  9.                 disableCommercialFeatures = id; 
  10.                 entourageOpenNewEvent = id; 
  11.                 forceUpdate = id; 
  12.                 forward = id; 
  13.                 hideSearchField = id; 
  14.                 jumpToDay = id; 
  15.                 jumpToMonth = id; 
  16.                 jumpToWeek = id; 
  17.                 performClose = id; 
  18.                 putCurrentDateIntoPasteboard = id; 
  19.                 searchAction = id; 
  20.                 searchRangeDistantPastToDistantFutureAction = id; 
  21.                 searchRangeTodayToDistantFutureAction = id; 
  22.                 selectDay = id; 
  23.                 selectMonth = id; 
  24.                 selectWeek = id; 
  25.                 showDateAndTime = id; 
  26.                 showSearchField = id; 
  27.                 showToday = id; 
  28.                 showTodos = id; 
  29.                 toggleSearchField = id; 
  30.                 updateMenuBarClock = id; 
  31.             }; 
  32.             CLASS = CalendarController; 
  33.             LANGUAGE = ObjC; 
  34.             OUTLETS = {
  35.                 actionMenu = NSPopUpButtonWithShowsMenu; 
  36.                 calendarMatrix = CalendarMatrix; 
  37.                 closeButton = NSButton; 
  38.                 copyDatePopUpItem = NSMenuItem; 
  39.                 currentMonthButton = NSButton; 
  40.                 day0 = NSTextField; 
  41.                 day1 = NSTextField; 
  42.                 day2 = NSTextField; 
  43.                 day3 = NSTextField; 
  44.                 day4 = NSTextField; 
  45.                 day5 = NSTextField; 
  46.                 day6 = NSTextField; 
  47.                 forceUpdateButton = NSButton; 
  48.                 kwFrame = id; 
  49.                 kwLabel = id; 
  50.                 kwMatrix = CalendarMatrix; 
  51.                 monthNameMatrix = CalendarMatrix; 
  52.                 myWindow = id; 
  53.                 nagDialog = NSWindow; 
  54.                 nagText = NSTextField; 
  55.                 nextMonthButton = NSButton; 
  56.                 previousMonthButton = NSButton; 
  57.                 progressIndicator = NSProgressIndicator; 
  58.                 registerOnlinePopUpItem = NSMenuItem; 
  59.                 scheduleScrollView = NSScrollView; 
  60.                 searchField = id; 
  61.                 searchMenu = NSMenu; 
  62.                 showSearchPopUpItem = NSMenuItem; 
  63.                 showTodosButton = NSButton; 
  64.             }; 
  65.             SUPERCLASS = NSObject; 
  66.         }, 
  67.         {CLASS = CalendarMatrix; LANGUAGE = ObjC; SUPERCLASS = NSMatrix; }, 
  68.         {CLASS = CustomView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
  69.         {CLASS = CustomWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, 
  70.         {CLASS = FancyButtonCell; LANGUAGE = ObjC; SUPERCLASS = NSButtonCell; }, 
  71.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  72.         {
  73.             ACTIONS = {
  74.                 buyAction = id; 
  75.                 quit = id; 
  76.                 showAboutBox = id; 
  77.                 showBetaNotice = id; 
  78.                 showWebSite = id; 
  79.             }; 
  80.             CLASS = MCApplication; 
  81.             LANGUAGE = ObjC; 
  82.             OUTLETS = {
  83.                 aboutBoxVersionField = NSTextField; 
  84.                 betaNoticeWindow = NSWindow; 
  85.                 editionField = NSTextField; 
  86.                 window = NSWindow; 
  87.             }; 
  88.             SUPERCLASS = NSApplication; 
  89.         }, 
  90.         {CLASS = MCBorderlessButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
  91.         {
  92.             CLASS = MCFlatButton; 
  93.             LANGUAGE = ObjC; 
  94.             OUTLETS = {delegate = id; }; 
  95.             SUPERCLASS = NSButton; 
  96.         }, 
  97.         {
  98.             ACTIONS = {openPreferences = id; }; 
  99.             CLASS = NSApplication; 
  100.             LANGUAGE = ObjC; 
  101.             SUPERCLASS = NSResponder; 
  102.         }, 
  103.         {CLASS = NSObject; LANGUAGE = ObjC; }, 
  104.         {
  105.             CLASS = NSPopUpButtonWithShowsMenu; 
  106.             LANGUAGE = ObjC; 
  107.             SUPERCLASS = NSPopUpButton; 
  108.         }, 
  109.         {
  110.             CLASS = NeverFirstResponderTextView; 
  111.             LANGUAGE = ObjC; 
  112.             SUPERCLASS = NSTextView; 
  113.         }, 
  114.         {CLASS = OPActionButton; LANGUAGE = ObjC; SUPERCLASS = NSPopUpButton; }, 
  115.         {CLASS = OPHelpButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
  116.         {
  117.             ACTIONS = {
  118.                 changeIcon = id; 
  119.                 close = id; 
  120.                 openWebsite = id; 
  121.                 savePreferences = id; 
  122.                 saveSeconds = id; 
  123.                 setHideDrawer = id; 
  124.                 showPrefWindow = id; 
  125.                 toggleWeekStart = id; 
  126.             }; 
  127.             CLASS = PrefController; 
  128.             LANGUAGE = ObjC; 
  129.             OUTLETS = {
  130.                 calendarController = id; 
  131.                 hideSwitch = id; 
  132.                 iconSelector = id; 
  133.                 openiCalInDayView = id; 
  134.                 prefWindow = id; 
  135.                 secondsField = id; 
  136.                 weekStart = id; 
  137.             }; 
  138.             SUPERCLASS = NSObject; 
  139.         }, 
  140.         {CLASS = SegmentedButton; LANGUAGE = ObjC; SUPERCLASS = NSButton; }, 
  141.         {CLASS = TooltipView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
  142.         {CLASS = TooltipWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }
  143.     ); 
  144.     IBVersion = 1; 
  145. }